Folder Descriptor Location Constants
NEW WITH MAC OS 8
Constants of typeFolderClass
specify how thefoldLocation
field of the folder descriptor structure should be interpreted. There are two special folder locations that may be specified in thefoldLocation
field of the folder descriptor structure.
enum { kBlessedFolder = 'blsf', kRootFolder = 'rotf' }; typedef OSType FolderLocation;Constant descriptions
kBlessedFolder
- Constant used to locate the folder algorithmically if the
FolderClass
field iskSpecialFolder
.kRootFolder
- Constant used to locate the folder algorithmically if the
FolderClass
field iskSpecialFolder
.